[PHP.ini] Can't load mcrypt.dll dynamic library.
Posted
by
Kel
on Stack Overflow
See other posts from Stack Overflow
or by Kel
Published on 2010-06-29T21:43:49Z
Indexed on
2010/12/25
23:54 UTC
Read the original article
Hit count: 306
Hey guys,
I'm trying to load this module: php_mcrypt.dll' Everything in the php.ini file is correct, see for yourself:
extension_dir = "C:/PHP/5.2.13/ext"
extension=php_mcrypt.dll
The file exists in this path. And other modules are in there as well and are loaded successfully. It only has a problem with this particular module.
I have a 64bit Windows XP, Apache 2.2, PHP 5.2.13...
But i get this warning (error.log of Apache): PHP Warning: PHP Startup: Unable to load dynamic library 'C:/PHP/5.2.13/ext\php_mcrypt1.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP itself is working fine. But one of our applications needs this module and it throws me this ugly error. Why on earth does it show me two backslashes in the log file?
© Stack Overflow or respective owner